UCF STIG Viewer Logo

Azure SQL Database must maintain the confidentiality and integrity of information during preparation for transmission.


Overview

Finding ID Version Rule ID IA Controls Severity
V-255348 ASQL-00-012500 SV-255348r879812_rule Medium
Description
Information can be either unintentionally or maliciously disclosed or modified during preparation for transmission, including, for example, during aggregation, at protocol transformation points, and during packing/unpacking. These unauthorized disclosures or modifications compromise the confidentiality or integrity of the information. Use of this requirement will be limited to situations where the data owner has a strict requirement for ensuring data integrity and confidentiality is maintained at every step of the data transfer and handling process. When transmitting data, Azure SQL Database, associated applications, and infrastructure must leverage transmission protection mechanisms.
STIG Date
Microsoft Azure SQL Database Security Technical Implementation Guide 2023-06-12

Details

Check Text ( C-59021r871168_chk )
Document transmission protection mechanisms based on organizationally defined requirements, if this documentation does not exist this is a finding.

Validate that transmission protection mechanisms match documentation of organizationally defined requirements, if discrepancies exist this is a finding.

Run the following PowerShell script to check the TLS version:
$ResourceGroupName = ''
Get-AzSqlServer -ResourceGroupName $ResourceGroupName | Format-Table ServerName,MinimalTlsVersion

Ensure that the minimum TLS version property is set to the latest available TLS version, if a less secure TLS version is set this is a finding.
Fix Text (F-58965r871169_fix)
Implement and document protective measures against unauthorized disclosure and modification during preparation for transmission.

https://docs.microsoft.com/en-us/azure/azure-sql/database/connectivity-settings

https://docs.microsoft.com/en-us/azure/azure-sql/database/connectivity-architecture

https://docs.microsoft.com/en-us/azure/azure-sql/database/network-access-controls-overview